DescribeModuleConfig
Description
call DescribeModuleConfig to obtain asset fingerprint module setting information.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeModuleConfig
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 7E0618A9-D5EF-4220-9471-C42B5E92719F | request ID of the result. |
InstanceId | string | lb-xxx | machine instance ID. |
ModuleName | string | alihids | template name. |
Ip | string | 2.2.2.2 | machine IP. |
Count | integer | 2 | the number of module settings. |
Success | boolean | true | whether the request was successful. |
GroupId | integer | 173 | group ID. |
InstanceName | string | ssxxxxxxxx | machine instance name. |
ConfigName | string | timescan | set the name. |
Uuid | string | lb-xxxx-xxxx-xxxx-xxxx | server uuid. |
HttpStatusCode | integer | 200 | response code. |
Region | string | outside-of-aliyun | region. |
Items | array | No sample value for this parameter. | list of settings. |
ModuleConfigList | array | No sample value for this parameter. | module setting information list. |
Example
Successful Response example
{
"RequestId":"7E0618A9-D5EF-4220-9471-C42B5E92719F",
"InstanceId":"lb-xxx",
"ModuleName":"alihids",
"Ip":"2.2.2.2",
"Count":"2",
"Success":"true",
"GroupId":"173",
"InstanceName":"ssxxxxxxxx",
"ConfigName":"timescan",
"Uuid":"lb-xxxx-xxxx-xxxx-xxxx",
"HttpStatusCode":"200",
"Region":"outside-of-aliyun",
"Items":"",
"ModuleConfigList":""
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}